This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Sanjay Dwoponeberggon 8.Jan.04 01:23 PM a Web browser Domino Designer6.0.2 CF2All Platforms
the lotus script code is:
Set dbdestinatario = s.GetDatabase(db.server, filename)
If Not(dbdestinatario Is Nothing) Then
set newMail = doc.CopyToDatabase(dbdestinatario)
...
end if
Sometimes, on the line "set newmail..:", I have the error:
4063 database has not been opened yet,